* lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Jun 2011 22:50:46 +0000 (15:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Jun 2011 22:50:46 +0000 (15:50 -0700)
commite82d2fbea37265ea6104d108e97f3676b9adb89a
tree826df7790452138a0b36df6a522163ea125fbb78
parent58dbc35b2838dbe302586343cb66db52aefaafdd
* lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.

Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
hosts with pre-C99 libraries, because pD is wrongly defined to "t".
src/ChangeLog
src/lisp.h